home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / biblio / bibtex / mac / bib.hqx / Bib Stack / card_26571.txt < prev    next >
Text File  |  1989-12-05  |  4KB  |  147 lines

  1. -- card: 26571 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 4000
  4. -- background id: 3544
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 01
  10. -- high flags: 0002
  11. -- rect: left=7 top=59 right=286 bottom=504
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 34
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: help
  20.  
  21.  
  22. -- part 5 (button)
  23. -- low flags: 00
  24. -- high flags: 8004
  25. -- rect: left=13 top=202 right=222 bottom=63
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: Month
  34. ----- HyperTalk script -----
  35. on mouseDown
  36.   global monthList
  37.  
  38.   put the rect of the target into tempRect
  39.  
  40.   put item 1 of HPopupMenu(monthList,0,(item 4 of tempRect)-1, (item 1 of tempRect)+1) into monthNumber
  41.  
  42. end mouseDown
  43.  
  44.  
  45.  
  46. -- part 6 (button)
  47. -- low flags: 00
  48. -- high flags: 8004
  49. -- rect: left=13 top=114 right=136 bottom=76
  50. -- title width / last selected line: 0
  51. -- icon id / first selected line: 0 / 0
  52. -- text alignment: 1
  53. -- font id: 0
  54. -- text size: 12
  55. -- style flags: 0
  56. -- line height: 16
  57. -- part name: Journal
  58. ----- HyperTalk script -----
  59. on mouseDown
  60.   global journalList
  61.  
  62.   put the rect of the target into tempRect
  63.  
  64.   put item 1 of HPopupMenu(journalList,0,item 4 of tempRect-1, (item 1 of tempRect)+1) into journalNumber
  65.  
  66.   if journalNumber is 0 then exit mouseDown
  67.  
  68.   if journalNumber is the number of lines in journalList then
  69.     push card
  70.     go to card "Journal Names"
  71.   end if
  72.  
  73.   -- put line journalNumber of journalList into bkgnd field "Journal"
  74.  
  75. end mouseDown
  76.  
  77.  
  78. -- part 7 (button)
  79. -- low flags: 00
  80. -- high flags: 8004
  81. -- rect: left=69 top=202 right=222 bottom=109
  82. -- title width / last selected line: 0
  83. -- icon id / first selected line: 0 / 0
  84. -- text alignment: 1
  85. -- font id: 0
  86. -- text size: 12
  87. -- style flags: 0
  88. -- line height: 16
  89. -- part name: Year
  90. ----- HyperTalk script -----
  91. on mouseDown
  92.   global yearList
  93.  
  94.   put the rect of the target into tempRect
  95.  
  96.   put item 1 of HPopupMenu(yearList,0,(item 4 of tempRect)-1, (item 1 of tempRect)+1) into yearNumber
  97.  
  98. end mouseDown
  99.  
  100.  
  101.  
  102. -- part 9 (field)
  103. -- low flags: 01
  104. -- high flags: 0004
  105. -- rect: left=13 top=236 right=253 bottom=109
  106. -- title width / last selected line: 0
  107. -- icon id / first selected line: 0 / 0
  108. -- text alignment: 0
  109. -- font id: 3
  110. -- text size: 10
  111. -- style flags: 0
  112. -- line height: 13
  113. -- part name: Read Status
  114. ----- HyperTalk script -----
  115. on mouseDown
  116.   do "setReadStatus"
  117. end mouseDown
  118.  
  119.  
  120.  
  121. -- part contents for card part 1
  122. ----- text -----
  123. These buttons will put data in a field for you. In all cases you can type in whatever data you want, but using the buttons is faster and not prone to misspellings. Try these.
  124.  
  125.                         puts a journal name on an article card. The last item in the list takes you
  126.                         to the journal card, where you can add or remove journals from the list.
  127. Changes will be reflected in the button list immediately. You will hear complaints if you put blank lines in the list of journals. Find them by clicking on the top line and dragging down. Black lines with no text on them are the lines that must be deleted.
  128.  
  129.                                    These put the month and year in the proper fields. Try them.
  130.  
  131.                                    This is the "Read Status" field, normally in the upper right corner
  132. of the cards. You can select from these to note if  you have read the reference or not, if you own it or not, or if you want to find it sometime. Try it.
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141. -- part contents for card part 9
  142. ----- text -----
  143. Read & Filed
  144.  
  145. -- part contents for background part 6
  146. ----- text -----
  147. and yet more buttons